object pop3_addform: Tpop3_addform Left = 408 Top = 255 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Milo - dodawanie konta pocztowego' ClientHeight = 353 ClientWidth = 465 Color = clBtnFace Font.Charset = EASTEUROPE_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poMainFormCenter OnClose = FormClose OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object pop3_add: TButton Left = 8 Top = 320 Width = 65 Height = 25 Caption = '&Dodaj' TabOrder = 1 OnClick = pop3_addClick end object pop3_clean: TButton Left = 80 Top = 320 Width = 65 Height = 25 Caption = '&Wyczy'#347#263 TabOrder = 2 OnClick = pop3_cleanClick end object pop3_cancel: TButton Left = 392 Top = 320 Width = 65 Height = 25 Caption = '&Anuluj' TabOrder = 3 OnClick = pop3_cancelClick end object GroupBox1: TGroupBox Left = 8 Top = 8 Width = 449 Height = 305 Caption = 'Dodaj / edytuj konto pocztowe' TabOrder = 0 object Label1: TLabel Left = 8 Top = 20 Width = 127 Height = 13 Caption = 'Nazwa konta pocztowego:' end object mepl1: TLabel Left = 275 Top = 20 Width = 166 Height = 13 AutoSize = False Caption = 'Za'#322#243#380' konto pocztowe na' Font.Charset = EASTEUROPE_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False OnClick = mepl1Click OnMouseEnter = mepl1MouseEnter OnMouseLeave = mepl1MouseLeave end object mepl2: TLabel Left = 400 Top = 20 Width = 7 Height = 13 Caption = '4' Font.Charset = EASTEUROPE_CHARSET Font.Color = 33023 Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [fsBold] ParentFont = False OnClick = mepl1Click OnMouseEnter = mepl1MouseEnter OnMouseLeave = mepl1MouseLeave end object mepl3: TLabel Left = 408 Top = 20 Width = 31 Height = 13 Caption = 'me.pl' Font.Charset = EASTEUROPE_CHARSET Font.Color = clGray Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [fsBold] ParentFont = False OnClick = mepl1Click OnMouseEnter = mepl1MouseEnter OnMouseLeave = mepl1MouseLeave end object Label6: TLabel Left = 424 Top = 274 Width = 12 Height = 13 Caption = 'Kb' end object pop3_nazwa: TEdit Left = 8 Top = 36 Width = 433 Height = 21 MaxLength = 256 TabOrder = 0 end object pop3_size: TEdit Left = 280 Top = 270 Width = 137 Height = 21 MaxLength = 5 TabOrder = 4 Text = '50' end object pop3_maxm: TCheckBox Left = 8 Top = 272 Width = 249 Height = 17 Caption = 'Maksymalny rozmiar archiwizowanej wiadomo'#347'ci:' Checked = True State = cbChecked TabOrder = 3 OnClick = pop3_maxmClick end object GroupBox2: TGroupBox Left = 8 Top = 72 Width = 433 Height = 113 Caption = 'Serwery pocztowe' TabOrder = 1 object Label13: TLabel Left = 336 Top = 68 Width = 87 Height = 13 Alignment = taRightJustify AutoSize = False Caption = '(domy'#347'lny: 25)' end object Label3: TLabel Left = 336 Top = 20 Width = 87 Height = 13 Alignment = taRightJustify AutoSize = False Caption = '(domy'#347'lny: 110)' end object Label10: TLabel Left = 272 Top = 20 Width = 24 Height = 13 Caption = 'Port:' end object Label12: TLabel Left = 272 Top = 68 Width = 24 Height = 13 Caption = 'Port:' end object Label11: TLabel Left = 128 Top = 68 Width = 127 Height = 13 Alignment = taRightJustify AutoSize = False Caption = '(np: smtp.host.com.pl)' end object Label2: TLabel Left = 128 Top = 20 Width = 127 Height = 13 Alignment = taRightJustify AutoSize = False Caption = '(np: pop3.host.com.pl)' end object Label7: TLabel Left = 8 Top = 20 Width = 103 Height = 13 Caption = 'Adres serwera POP3:' end object Label5: TLabel Left = 8 Top = 68 Width = 103 Height = 13 Caption = 'Adres serwera SMTP:' end object pop3_uppo: TEdit Left = 272 Top = 84 Width = 153 Height = 21 MaxLength = 5 TabOrder = 3 Text = '25' end object pop3_dopo: TEdit Left = 272 Top = 36 Width = 153 Height = 21 MaxLength = 5 TabOrder = 1 Text = '110' end object pop3_smtp: TEdit Left = 8 Top = 84 Width = 249 Height = 21 MaxLength = 256 TabOrder = 2 end object pop3_pop3: TEdit Left = 8 Top = 36 Width = 249 Height = 21 MaxLength = 256 TabOrder = 0 end end object GroupBox3: TGroupBox Left = 8 Top = 192 Width = 433 Height = 65 Caption = 'Autoryzacja' TabOrder = 2 object Label8: TLabel Left = 8 Top = 20 Width = 98 Height = 13 Caption = 'Nazwa u'#380'ytkownika:' end object Label4: TLabel Left = 128 Top = 20 Width = 127 Height = 13 Alignment = taRightJustify AutoSize = False Caption = '(np: jankowalski)' end object Label9: TLabel Left = 272 Top = 20 Width = 31 Height = 13 Caption = 'Has'#322'o:' end object pop3_pass: TEdit Left = 272 Top = 36 Width = 153 Height = 21 MaxLength = 256 PasswordChar = '*' TabOrder = 1 end object pop3_user: TEdit Left = 8 Top = 36 Width = 249 Height = 21 MaxLength = 256 TabOrder = 0 end end end end